RemoteLocation

data class RemoteLocation(host: String, port: Int)

Constructors

RemoteLocation
Link copied to clipboard
fun RemoteLocation(host: String, port: Int)

Properties

host
Link copied to clipboard
val host: String
port
Link copied to clipboard
val port: Int

Sources

jvm source
Link copied to clipboard